*, ::after, ::before {
    box-sizing: border-box
}

body {
	background: #000
}

.main-top-section- {
	position: relative
}

.main-top-section- .section-bg- {
	position: relative;
    width: 100%
}

.main-top-section- .section-content- {
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.main-top-section- .section-content- .logo-wrapper {
     text-align: center;
     margin-top: 36px;
}

.main-top-section- .section-content- .logo-wrapper img {	
    width: 45%;
}

.main-top-section- .section-content- .space- {
	height: 17rem
}

.main-top-section- .section-content- .game-section-title {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
    text-shadow: 0 0 10px #fff;
    color: white;
    text-align: center;
}

.main-top-section- .section-content- .provCatBox {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
    gap: 2rem 3rem;
}

.main-top-section- .section-content- .provCatBox img {
	width: 100%
}

.main-top-section- .section-content- .countryFlagBox {
	list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 67px;
}

.main-top-section- .section-content- .countryFlagBox li {
	font-size: 1.75rem;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    color: #ffcd37;
    width: 190px;
}

.main-top-section- .section-content- .countryFlagBox li .flag_name {
    width: 95%;
    margin-top: -25px;
}

.main-top-section- .section-content- .countryFlagBox li:hover img {
	filter: drop-shadow(0 0 6px #ffcd37);
	-webkit-filter: drop-shadow(0 0 6px #ffcd37)
}

.main-top-section- .section-content- .countryFlagBox li:hover div {
	text-shadow: 1px 1px 2px #ffcd37;
	-webkit-text-shadow: 1px 1px 2px #ffcd37
}